Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update SlideNavigationController with helper function - removeAllMenu… #264

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update SlideNavigationController with helper function - removeAllMenu… #264

wants to merge 1 commit into from

Conversation

foreza
Copy link

@foreza foreza commented Mar 1, 2019

An issue a client of mine faced was with loading interstitial ads on top of the root controller.

The current library doesn't present a way to clean up the menu from the superview.

This function is only invoked when we switch from the left -> right menu, or vice versa.

Provided a public method that can be invoked in such circumstances that will clean up either the left or right menu (whichever is active) as well as reset the lastRevealedMenu

…FromSuperview

An issue a client of mine faced was with loading interstitial ads on top of the root controller.
The current library doesn't present a way to clean up the menu from the superview.
This function is only invoked when we switch from the left -> right menu, or vice versa.
Provided a public method that can be invoked in such circumstances that will clean up either the left or right menu (whichever is active) as well as reset the lastRevealedMenu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant